Multiple Choice Identify the
choice that best completes the statement or answers the question.
|
|
1.
|
____ are HTML code segments that set the appearance and position of blocks of
web page content.
a. | Div tags | c. | Headers | b. | Meta tags | d. | Positioners |
|
|
2.
|
A JavaScript ____ is an action script that allows you to add dynamic content to
your web pages.
a. | action | c. | behavior | b. | event | d. | trigger |
|
|
3.
|
A fixed layout has columns expressed in ____ and will not change sizes when
viewed in different window sizes.
a. | pixels | c. | points | b. | ems | d. | percentages |
|
|
4.
|
A liquid layout has columns expressed as ____ based on the browser window width,
so it will change sizes according to the window size.
a. | pixels | c. | points | b. | ems | d. | percents |
|
|
5.
|
It is generally better to use a(n) ____ style sheet to format text, to provide
consistency across the site.
a. | internal | c. | linked | b. | external | d. | hybrid |
|
|
6.
|
To use the Browser Compatibility Check feature, use the File, ____, Browser
Compatibility command.
a. | Advisor | c. | Code | b. | Rendering | d. | Check Page |
|
|
|
|
|
7.
|
Cell ____ is the distance between the cell content and the cell walls in the
accompanying figure.
a. | spacing | c. | environment | b. | interstitial | d. | padding |
|
|
8.
|
Cell ____ is the distance between cells.
a. | framing | c. | padding | b. | spacing | d. | interpolation |
|
|
|
|
|
9.
|
The table in the accompanying figure is in ____ mode.
a. | Standard | c. | Expanded Tables | b. | Basic | d. | Fluid |
|
|
10.
|
____ table cells combines multiple adjacent cells into one cell.
a. | Fusing | c. | Merging | b. | Integrating | d. | Interpolating |
|
|
11.
|
Inserting another table inside a cell within another table creates what is
called a ____ table.
a. | baseline | c. | combined | b. | nested | d. | merged |
|
|
12.
|
All of the following are characteristics of the formatting of table headers
EXCEPT ____.
a. | centering | c. | italicizing | b. | boldfacing | d. | placement in the top row and/or left
column |
|
|
13.
|
____ consist of horizontal and vertical lines resembling graph paper that fill
the page.
a. | Guides | c. | Grids | b. | Rulers | d. | Matrices |
|
|
14.
|
____ are lines you can drag onto your pages to help you place objects more
precisely.
a. | Tags | c. | Blocks | b. | Guides | d. | Rules |
|
|
|
Critical Thinking Questions Case G-1
Sidney works in management
for BusyBody Toymakers. She has just been named project manager for a team who will develop a new
website showcasing this year’s most popular toys. As Sidney directs the work of the design
team, she recommends the use of CSS page layouts in Dreamweaver to control the position of text and
graphic elements with precision.
|
|
15.
|
Sidney is introducing the team to some of the new features of HTML5, including
new tags to support semantic markup. Which of the following is NOT one of the tags to which Sidney
introduces the group?
a. | <header> | c. | <aside> | b. | <article> | d. | <tooltip> |
|